@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Teachers:ital,wght@0,400..800;1,400..800&display=swap');
* { 
margin: 0; 
padding: 0; 
box-sizing: border-box; 
} 

body{
	max-width: 100%; 
    font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  background-color: #fefefe;
}

.logo{
    height: 60px;
}




.btn-1{
    color: #fff;
    border: solid 2px #0B68B6;
    transition: 0.4s;
    padding: 10px;
    background-color: #0B68B6;
    border-radius: 0;
}

.btn-1:hover{
    color: #0B68B6;
    background-color: transparent;
    border: solid 2px #0B68B6;
}


.btn-2{
    color: #fff;
    border: solid 2px #fff;
    border-radius: 0px;
    transition: 0.4s;
    padding: 10px;
    background-color: transparent;
}

.btn-2:hover{
    color: #fff;
}


.btn-3{
    color: #0B68B6;
    border: solid 2px #0B68B6;
    border-radius: 0px;
    transition: 0.4s;
    padding: 10px;
    background-color: transparent;
}

.btn-3:hover{
    color: #fff;
    background-color: #0B68B6;
    border: solid 2px #0B68B6;
}




.slider-title{
    font-size:2vw;
}



.banner-section-2{
    text-align:right; padding-top: 30px;
}

.banner-title{
    font-size: 5vw;
}



/* Responsive CSS Here */
@media screen and (max-width: 950px) { 

.logo{
    height: 40px;
}

.slider-title{
    font-size: 18px;
}


.banner-section{
        text-align: center;
    }


    .banner-section-2{
        text-align: center;
    }


    .banner-title{
    font-size: 40px;
}

.hide-me{
    display: none;
}

 
}




/* Responsive CSS Here */
@media screen and (min-width: 950px) { 


.zoom-background {
            width: 100%;
            animation: zoomInOut 40s infinite;
        }

        @keyframes zoomInOut {
            0% {
                background-size: 100%;
            }
            50% {
                background-size: 110%; /* Adjust the zoom level */
            }
            100% {
                background-size: 100%;
            }
        }

 
}



nav .navbar-nav li a{
    text-transform: uppercase;
  }


  nav .navbar-nav li a:hover{
    color: #0B68B6 !important;
  }

  .dropdown-menu{
    
  }

  .dropdown-item:hover{
    color: #fafafa !important;
    
  }


  .header-design{
  
}

.service-title{
    text-decoration: none;
    color: #2c3e50;
}


.color-1{
    color: #0B68B6;
}

.color-2{
    color: grey;
}


.form-control{
    border-radius: 0;
    padding: 10px;
}





.dropdown-menu li {
position: relative;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}









